 .userBaseInfo{
           height: 55px;
           border-bottom: 1px solid #DDD;
       }
       .userBaseInfo span{
            display: block;
            float: left;
        }
        .userFace{ width:70px; }
        .userFace img{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-left: 5px;
        }
        .userName{
            width: 145px;
            margin-top: 5px;
        }
        .userName b {
            font-size: 13px;
            font-weight:400;
        }
        .userLogout{ margin-top: 5px; }
        .userLogout a{ font-size:12px; color:#666}
  
        .userVipInfo{
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            background: #FFE4C4;
            margin-top: 10px;
            border-radius: 4px;
            display: none;
        }
  
        .userVipInfo b{
            float:left;
            font-family: "微软雅黑";
        }
        .userVipInfo a{
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            padding: 0 10px;
            float:right;
            color: #FFF;
            background: #000;
            border-radius: 20px;
            margin-top: 5px;
        }
        .userVipInfo span{
            float: right;
            font-size: 13px;
            color: #666;
        }
        .userMenu{ margin-top:15px; }
        .userMenu a{
            display: inline-block;
            width: 25%;
            font-size: 12px;
            color: #333;
            text-align: center;
        }
        .userMenu a span{
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #FF8C00;
            text-align: center;
            border-radius: 50%;
            margin-left: 15px;
            margin-bottom: 10px;
        }
        .userMenu a span img{
            width: 23px;
            vertical-align: middle;
        }

  
      .userInfoBox{
          position:absolute;
          top: 70px;
          left: 700px;
          border-radius: 6px;
          display:none;
          width: 260px;
          box-shadow: 0px 0px 6px #c6c6c6;
          background: #FFF;
          z-index: 3;
          padding: 10px;
      }
